home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>4</cardCount>
- <cardID>2955</cardID>
- <listID>2542</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on openStack
- global doCalc,trap
- put true into doCalc
- put false into trap
- end openStack
-
- on doMenu thing
- global passFlag,trap
- if trap then
- beep
- exit doMenu
- end if
- if thing="New Card" and passFlag<>1 then
- beep 2
- answer "Use the button on the last data card." with "OK"
- exit doMenu
- end if
- if thing="Delete Card" or thing="Cut Card" then
- put the number of cards into lastCard
- put the number of this card into thisCard
- if thisCard=1 or thisCard=lastCard then
- beep 2
- answer "Do not delete the First or Last Card!" with "OK, sorry."
- exit doMenu
- end if
- end if
- pass doMenu
- end doMenu
- </script>
- <background id="2599" file="background_2599.xml" name="" />
- <background id="3638" file="background_3638.xml" name="" />
- <card id="2955" file="card_2955.xml" marked="false" name="" owner="2599" />
- <card id="3166" file="card_3166.xml" marked="false" name="" owner="2599" />
- <card id="4616" file="card_4616.xml" marked="false" name="" owner="2599" />
- <card id="4083" file="card_4083.xml" marked="false" name="" owner="3638" />
- </stack>
-